home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Games Galore!
/
Shareware Games Galore!.iso
/
arcade
/
pizzas11
/
install.fil
< prev
next >
Wrap
Text File
|
1994-08-16
|
4KB
|
196 lines
'' Install Script for COPYSOFT SAVE OUR PIZZAS 8/17/94
BACKGROUND 63
LANGUAGE ENGLISH
BORDER 1
TELESCOPE OFF
WINOPEN 18 2 95
"COPYSOFT and Pik A Program "
""
"present"
""
""
""
""
WINUPDATE +11 +4 222
"SKUNNY in "
PAUSE 100
WINUPDATE +9 +6 95
"SAVE OUR PIZZAS"
TELESCOPE ON
SHADOW ON
:which_drive
SPACE 2400
DRIVE C 0 12 31 15 32 14 79
PATH \PIZZAS 0 12 31 15 32 14 79
exist Pizzas.1
JUMP.YES DOES_EXIST1
JUMP.NO NOT_EXIST1
:NOT_EXIST1
WINOPEN 0 50 79
""
" The file wwest.1 is not on the "
" current installation disk"
""
" Do you wish to continue with the "
" current installation (Y/N)? "
ASK 49 31
pause 250
JUMP.NO STOP_INSTALL
WINCLOSE
DISK 0 Pizzas.1 0 0 31
:DOES_EXIST1
unpack Pizzas.1 12 10 31 32 14 79
JUMP.FAIL INSTALL_FAILURE
exist Pizzas.2
JUMP.YES DOES_EXIST2
JUMP.NO NOT_EXIST2
:NOT_EXIST2
WINOPEN 0 50 79
""
" The file Pizzas.2 is not on the "
" current installation disk"
""
" Do you wish to continue with the "
" current installation (Y/N)? "
ASK 49 31
pause 250
JUMP.NO STOP_INSTALL
WINCLOSE
DISK 0 Pizzas.2 0 0 31
:DOES_EXIST2
unpack Pizzas.2 12 10 31 32 14 79
JUMP.FAIL INSTALL_FAILURE
SHELL
"~1"
"cd ~2"
"~1~2\helpme.EXE"
WINOPEN 0 12 79
""
"Save Our Pizzas has now been installed on your hard drive"
""
" To run the program..."
"Change to the drive and directory you have chosen in this setup (usually"
"C:\PIZZAS)."
" Type "PIZZA" and then hit the enter or Return key "
" We hope you enjoy playing Save Our Pizzas so much that you'll send in "
" the registration form to get the rest of the levels!"
""
" Press the [Enter] key to continue."
""
""
WINUPDATE +30 +3 30
"~1~2"
WINUPDATE +30 +12 27
"THANK YOU"
WAIT +36 +12
WINCLOSE
WINOPEN 0 12 31
"Are you using this program within the United States?"
""
WINUPDATE +31 +2 30
"(Y or N)"
ASK +39 +2
WINCLOSE
JUMP.NO NOT_USA
WINOPEN 0 12 31
"Would you like to SEE the USA order form for Save Our Pizzas?"
""
WINUPDATE +31 +2 30
"(Y or N)"
ASK +39 +2
WINCLOSE
JUMP.NO PRINT_INSTALL.TXT
VIEW ~1~2\order.txt 79 31
:PRINT_INSTALL.TXT
WINOPEN 0 12 31
"Would you like to PRINT the USA order form for Save Our Pizzas?"
""
WINUPDATE +31 +2 30
"(Y or N)"
ASK +39 +2
WINCLOSE
JUMP.NO EXIT
WINOPEN 0 0 31
""
" Printing the order form ... "
""
PRINT ~1~2\order.txt
WINCLOSE
JUMP.FAIL PRINTER_ERROR
JUMP EXIT
:PRINTER_ERROR
WINOPEN 0 12 79
"Your printer is not responding. Possible problems:"
" -- Printer is not turned on"
" -- Printer is out of paper"
" -- Printer is not attached to LPT1 (parallel port 1)"
""
"Do you want to try to print again (Y or N)?"
ASK 57 18
WINCLOSE
JUMP.YES PRINT_INSTALL.TXT
:NOT_USA
:EXIT
WINOPEN 0 12 31
" Thank you for using "
""
" Save Our Pizzas"
""
"You have a fully working shareware evaluation copy. We hope"
" that you will find Save Our Pizzas is loads of fun."
""
" Please register your shareware!"
""
WINUPDATE +17 +8 30
"Please register your shareware!"
WINUPDATE +21 +3 30
"Save Our Pizzas"
WINUPDATE +12 +11 31
"┤ Press the [Enter] key to continue ├"
WINUPDATE +24 +11 30
"[Enter]"
WAIT +47 +11
WINCLOSE
BORDER 2
WINOPEN 0 12 47
" If you're not sure you have the latest shareware copy of"
"Copysoft's Save Our Pizzas, call the Software Creations BBS:"
" the home board of Pik A Program"
""
""
""
""
""
""
" Press the [Enter] key to play Save Our Pizzas."
WINUPDATE +39 +2 160
"Software Creations BBS"
WINUPDATE +13 +4 47
"More lines all the time to Serve You 24 Hours per Day!"
WINUPDATE +14 +5 111
"(508) 365-2359 2400 baud"
"(508) 368-4137 2400-14.4K USR"
"(508) 368-7036 2400-14.4K V.32"
WAIT +36 +10
RUN ~1\~2\PIZZA
END ' exit the system normally
:INSTALL_FAILURE
WINOPEN 0 12 79
"THE INSTALLATION PROGRAM FAILED PRIOR TO COMPLETION"
""
"Possible reasons:"
" -- The floppy disk was removed prior to completion."
" -- The floppy disk was damaged during shipping."
" -- Your disk drive is out of alignment."
" -- The files were corrupted some other way."
""
WINCLOSE
WINOPEN 0 12 31
""
" Press [Enter] to Quit."
WAIT 47 15
:STOP_INSTALL
winclose
END